home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Kit PC World De Ampliacion De Windows 95
/
Kit PC World de ampliacion de Windows 95.iso
/
internet
/
sweeper
/
samples
/
olecon~1
/
controls
/
makefile
next >
Wrap
Makefile
|
1995-12-05
|
360b
|
18 lines
DIRLIST = AutoSample \
Button \
Circle \
FontColor \
Invisible \
Localize \
WebBitmap
all: $(DIRLIST)
$(DIRLIST):
cd $@
@echo *** olecontrols\controls\$@ *** >> ..\..\..\olecont1.tmp
@nmake -a -i -nologo >>..\..\..\olecont1.tmp
cd ..